xml/Microsoft.Azure.Documents.Client/FeedResponse`1.xml (1,074 lines of code) (raw):
<Type Name="FeedResponse<T>" FullName="Microsoft.Azure.Documents.Client.FeedResponse<T>">
<TypeSignature Language="C#" Value="public class FeedResponse<T> : Microsoft.Azure.Documents.Client.IFeedResponse<T>, System.Collections.Generic.IEnumerable<T>, System.Dynamic.IDynamicMetaObjectProvider" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FeedResponse`1<T> extends System.Object implements class Microsoft.Azure.Documents.Client.IFeedResponse`1<!T>, class System.Collections.Generic.IEnumerable`1<!T>, class System.Collections.IEnumerable, class System.Dynamic.IDynamicMetaObjectProvider" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Documents.Client.FeedResponse`1" />
<TypeSignature Language="VB.NET" Value="Public Class FeedResponse(Of T)
Implements IDynamicMetaObjectProvider, IEnumerable(Of T), IFeedResponse(Of T)" />
<TypeSignature Language="F#" Value="type FeedResponse<'T> = class
 interface seq<'T>
 interface IEnumerable
 interface IDynamicMetaObjectProvider
 interface IFeedResponse<'T>" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.14.0.0</AssemblyVersion>
<AssemblyVersion>2.14.1.0</AssemblyVersion>
<AssemblyVersion>2.15.0.0</AssemblyVersion>
<AssemblyVersion>2.16.0.0</AssemblyVersion>
<AssemblyVersion>2.16.1.0</AssemblyVersion>
<AssemblyVersion>2.16.2.0</AssemblyVersion>
<AssemblyVersion>2.17.0.0</AssemblyVersion>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.14.0.0</AssemblyVersion>
<AssemblyVersion>2.14.1.0</AssemblyVersion>
<AssemblyVersion>2.15.0.0</AssemblyVersion>
<AssemblyVersion>2.16.0.0</AssemblyVersion>
<AssemblyVersion>2.16.1.0</AssemblyVersion>
<AssemblyVersion>2.16.2.0</AssemblyVersion>
<AssemblyVersion>2.17.0.0</AssemblyVersion>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Azure.Documents.Client.IFeedResponse<T></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.Generic.IEnumerable<T></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Collections.IEnumerable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Dynamic.IDynamicMetaObjectProvider</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<typeparam name="T">The feed type.</typeparam>
<summary>
Represents the template class used by feed methods (enumeration operations) for the Azure Cosmos DB service.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FeedResponse ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Constructor exposed for mocking purposes.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public FeedResponse (System.Collections.Generic.IEnumerable<T> result);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Collections.Generic.IEnumerable`1<!T> result) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.#ctor(System.Collections.Generic.IEnumerable{`0})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (result As IEnumerable(Of T))" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Documents.Client.FeedResponse<'T> : seq<'T> -> Microsoft.Azure.Documents.Client.FeedResponse<'T>" Usage="new Microsoft.Azure.Documents.Client.FeedResponse<'T> result" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="result" Type="System.Collections.Generic.IEnumerable<T>" />
</Parameters>
<Docs>
<param name="result" />
<summary>
Constructor exposed for mocking purposes.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ActivityId">
<MemberSignature Language="C#" Value="public string ActivityId { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ActivityId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ActivityId" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ActivityId As String" />
<MemberSignature Language="F#" Value="member this.ActivityId : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.ActivityId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the activity ID for the request from the Azure Cosmos DB service.
</summary>
<value>
The activity ID for the request.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CollectionQuota">
<MemberSignature Language="C#" Value="public long CollectionQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 CollectionQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionQuota As Long" />
<MemberSignature Language="F#" Value="member this.CollectionQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.CollectionQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota for collection resources within an account from the Azure Cosmos DB service.
</summary>
<value>
The maximum quota for the account.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CollectionSizeQuota">
<MemberSignature Language="C#" Value="public long CollectionSizeQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 CollectionSizeQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionSizeQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionSizeQuota As Long" />
<MemberSignature Language="F#" Value="member this.CollectionSizeQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.CollectionSizeQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionSizeQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum size of a collection in kilobytes from the Azure Cosmos DB service.
</summary>
<value>
Quota in kilobytes.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CollectionSizeUsage">
<MemberSignature Language="C#" Value="public long CollectionSizeUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 CollectionSizeUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionSizeUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionSizeUsage As Long" />
<MemberSignature Language="F#" Value="member this.CollectionSizeUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.CollectionSizeUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionSizeUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current size of a collection in kilobytes from the Azure Cosmos DB service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<vallue>
Current collection size in kilobytes.
</vallue>
</Docs>
</Member>
<Member MemberName="CollectionUsage">
<MemberSignature Language="C#" Value="public long CollectionUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 CollectionUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CollectionUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CollectionUsage As Long" />
<MemberSignature Language="F#" Value="member this.CollectionUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.CollectionUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CollectionUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current number of collection resources within the account from the Azure Cosmos DB service.
</summary>
<value>
The number of collections.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ContentLocation">
<MemberSignature Language="C#" Value="public string ContentLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ContentLocation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ContentLocation" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ContentLocation As String" />
<MemberSignature Language="F#" Value="member this.ContentLocation : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.ContentLocation" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.ContentLocation</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the content parent location, for example, dbs/foo/colls/bar, from the Azure Cosmos DB service.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Count">
<MemberSignature Language="C#" Value="public int Count { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 Count" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.Count" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Count As Integer" />
<MemberSignature Language="F#" Value="member this.Count : int" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.Count" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the number of items returned in the response from the Azure Cosmos DB service.
</summary>
<value>
Count of items in the response.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentResourceQuotaUsage">
<MemberSignature Language="C#" Value="public string CurrentResourceQuotaUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string CurrentResourceQuotaUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.CurrentResourceQuotaUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property CurrentResourceQuotaUsage As String" />
<MemberSignature Language="F#" Value="member this.CurrentResourceQuotaUsage : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.CurrentResourceQuotaUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.CurrentResourceQuotaUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current size of this entity from the Azure Cosmos DB service.
</summary>
<value>
The current size for this entity. Measured in kilobytes for document resources
and in counts for other resources.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DatabaseQuota">
<MemberSignature Language="C#" Value="public long DatabaseQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 DatabaseQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.DatabaseQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DatabaseQuota As Long" />
<MemberSignature Language="F#" Value="member this.DatabaseQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.DatabaseQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.DatabaseQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota for database resources within the account from the Azure Cosmos DB service.
</summary>
<value>
The maximum quota for the account.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DatabaseUsage">
<MemberSignature Language="C#" Value="public long DatabaseUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 DatabaseUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.DatabaseUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property DatabaseUsage As Long" />
<MemberSignature Language="F#" Value="member this.DatabaseUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.DatabaseUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.DatabaseUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current number of database resources within the account from the Azure Cosmos DB service.
</summary>
<value>
The number of databases.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ETag">
<MemberSignature Language="C#" Value="public string ETag { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ETag" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ETag" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ETag As String" />
<MemberSignature Language="F#" Value="member this.ETag : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.ETag" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the entity tag associated with last transaction in the Azure Cosmos DB service,
which can be used as If-Non-Match Access condition for ReadFeed REST request or
ContinuationToken property of <see cref="T:Microsoft.Azure.Documents.Client.ChangeFeedOptions" /> parameter for
<see cref="M:Microsoft.Azure.Documents.Client.DocumentClient.CreateDocumentChangeFeedQuery(System.String,Microsoft.Azure.Documents.Client.ChangeFeedOptions)" />
to get feed changes since the transaction specified by this entity tag.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetEnumerator">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IEnumerator<T> GetEnumerator ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.Generic.IEnumerator`1<!T> GetEnumerator() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.GetEnumerator" />
<MemberSignature Language="VB.NET" Value="Public Function GetEnumerator () As IEnumerator(Of T)" />
<MemberSignature Language="F#" Value="abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>" Usage="feedResponse.GetEnumerator " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.Generic.IEnumerable`1.GetEnumerator</InterfaceMember>
<InterfaceMember>M:Microsoft.Azure.Documents.Client.IFeedResponse`1.GetEnumerator</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerator<T></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Returns an enumerator that iterates through a collection from the Azure Cosmos DB service.
</summary>
<returns>An IEnumerator object that can be used to iterate through the collection.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsRUPerMinuteUsed">
<MemberSignature Language="C#" Value="public bool IsRUPerMinuteUsed { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsRUPerMinuteUsed" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.IsRUPerMinuteUsed" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property IsRUPerMinuteUsed As Boolean" />
<MemberSignature Language="F#" Value="member this.IsRUPerMinuteUsed : bool" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.IsRUPerMinuteUsed" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the flag associated with the response from the Azure Cosmos DB service whether this feed request is served from Request Units(RUs)/minute capacity or not.
</summary>
<value>
True if this request is served from RUs/minute capacity. Otherwise, false.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MaxResourceQuota">
<MemberSignature Language="C#" Value="public string MaxResourceQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string MaxResourceQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.MaxResourceQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property MaxResourceQuota As String" />
<MemberSignature Language="F#" Value="member this.MaxResourceQuota : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.MaxResourceQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.MaxResourceQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum size limit for this entity from the Azure Cosmos DB service.
</summary>
<value>
The maximum size limit for this entity. Measured in kilobytes for document resources
and in counts for other resources.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PermissionQuota">
<MemberSignature Language="C#" Value="public long PermissionQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 PermissionQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.PermissionQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PermissionQuota As Long" />
<MemberSignature Language="F#" Value="member this.PermissionQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.PermissionQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.PermissionQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota for permission resources within an account from the Azure Cosmos DB service.
</summary>
<value>
The maximum quota for the account.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PermissionUsage">
<MemberSignature Language="C#" Value="public long PermissionUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 PermissionUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.PermissionUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property PermissionUsage As Long" />
<MemberSignature Language="F#" Value="member this.PermissionUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.PermissionUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.PermissionUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current number of permission resources within the account from the Azure Cosmos DB service.
</summary>
<value>
The number of permissions.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="QueryMetrics">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.Azure.Documents.QueryMetrics> QueryMetrics { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IReadOnlyDictionary`2<string, class Microsoft.Azure.Documents.QueryMetrics> QueryMetrics" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.QueryMetrics" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property QueryMetrics As IReadOnlyDictionary(Of String, QueryMetrics)" />
<MemberSignature Language="F#" Value="member this.QueryMetrics : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.Azure.Documents.QueryMetrics>" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.QueryMetrics" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IReadOnlyDictionary<System.String,Microsoft.Azure.Documents.QueryMetrics></ReturnType>
</ReturnValue>
<Docs>
<summary>
Get <see cref="T:Microsoft.Azure.Documents.QueryMetrics" /> for each individual partition in the Azure Cosmos DB service
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RequestCharge">
<MemberSignature Language="C#" Value="public double RequestCharge { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance float64 RequestCharge" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.RequestCharge" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RequestCharge As Double" />
<MemberSignature Language="F#" Value="member this.RequestCharge : double" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.RequestCharge" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.RequestCharge</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the request charge for this request from the Azure Cosmos DB service.
</summary>
<value>
The request charge measured in reqest units.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RequestDiagnosticsString">
<MemberSignature Language="C#" Value="public string RequestDiagnosticsString { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string RequestDiagnosticsString" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.RequestDiagnosticsString" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RequestDiagnosticsString As String" />
<MemberSignature Language="F#" Value="member this.RequestDiagnosticsString : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.RequestDiagnosticsString" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets a dump for troubleshooting the request.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResponseContinuation">
<MemberSignature Language="C#" Value="public string ResponseContinuation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ResponseContinuation" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ResponseContinuation" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResponseContinuation As String" />
<MemberSignature Language="F#" Value="member this.ResponseContinuation : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.ResponseContinuation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the continuation token to be used for continuing enumeration of the Azure Cosmos DB service.
</summary>
<value>
The continuation token to be used for continuing enumeration.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResponseHeaders">
<MemberSignature Language="C#" Value="public System.Collections.Specialized.NameValueCollection ResponseHeaders { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Specialized.NameValueCollection ResponseHeaders" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.ResponseHeaders" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResponseHeaders As NameValueCollection" />
<MemberSignature Language="F#" Value="member this.ResponseHeaders : System.Collections.Specialized.NameValueCollection" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.ResponseHeaders" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.ResponseHeaders</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Specialized.NameValueCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the response headers from the Azure Cosmos DB service.
</summary>
<value>
The response headers.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SessionToken">
<MemberSignature Language="C#" Value="public string SessionToken { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SessionToken" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.SessionToken" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property SessionToken As String" />
<MemberSignature Language="F#" Value="member this.SessionToken : string" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.SessionToken" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.SessionToken</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the session token for use in sesssion consistency reads from the Azure Cosmos DB service.
</summary>
<value>
The session token for use in session consistency.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StoredProceduresQuota">
<MemberSignature Language="C#" Value="public long StoredProceduresQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 StoredProceduresQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.StoredProceduresQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property StoredProceduresQuota As Long" />
<MemberSignature Language="F#" Value="member this.StoredProceduresQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.StoredProceduresQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.StoredProceduresQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota of stored procedures for a collection from the Azure Cosmos DB service.
</summary>
<value>
The maximum quota.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="StoredProceduresUsage">
<MemberSignature Language="C#" Value="public long StoredProceduresUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 StoredProceduresUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.StoredProceduresUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property StoredProceduresUsage As Long" />
<MemberSignature Language="F#" Value="member this.StoredProceduresUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.StoredProceduresUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.StoredProceduresUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current number of stored procedures for a collection from the Azure Cosmos DB service.
</summary>
<value>
Current number of stored procedures.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.Collections.IEnumerable.GetEnumerator">
<MemberSignature Language="C#" Value="System.Collections.IEnumerator IEnumerable.GetEnumerator ();" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.System#Collections#IEnumerable#GetEnumerator" />
<MemberSignature Language="VB.NET" Value="Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator" />
<MemberSignature Language="F#" Value="abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator" Usage="feedResponse.System.Collections.IEnumerable.GetEnumerator " />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Collections.IEnumerable.GetEnumerator</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.IEnumerator</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject">
<MemberSignature Language="C#" Value="System.Dynamic.DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject (System.Linq.Expressions.Expression parameter);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.Dynamic.DynamicMetaObject System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(class System.Linq.Expressions.Expression parameter) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Documents.Client.FeedResponse`1.System#Dynamic#IDynamicMetaObjectProvider#GetMetaObject(System.Linq.Expressions.Expression)" />
<MemberSignature Language="VB.NET" Value="Function GetMetaObject (parameter As Expression) As DynamicMetaObject Implements IDynamicMetaObjectProvider.GetMetaObject" />
<MemberSignature Language="F#" Value="abstract member System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject : System.Linq.Expressions.Expression -> System.Dynamic.DynamicMetaObject
override this.System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject : System.Linq.Expressions.Expression -> System.Dynamic.DynamicMetaObject" Usage="feedResponse.System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject parameter" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Dynamic.DynamicMetaObject</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="parameter" Type="System.Linq.Expressions.Expression" />
</Parameters>
<Docs>
<param name="parameter">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TriggersQuota">
<MemberSignature Language="C#" Value="public long TriggersQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 TriggersQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.TriggersQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property TriggersQuota As Long" />
<MemberSignature Language="F#" Value="member this.TriggersQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.TriggersQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.TriggersQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota of triggers for a collection from the Azure Cosmos DB service.
</summary>
<value>
The maximum quota.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TriggersUsage">
<MemberSignature Language="C#" Value="public long TriggersUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 TriggersUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.TriggersUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property TriggersUsage As Long" />
<MemberSignature Language="F#" Value="member this.TriggersUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.TriggersUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.TriggersUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Get the current number of triggers for a collection from the Azure Cosmos DB service.
</summary>
<value>
Current number of triggers.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserDefinedFunctionsQuota">
<MemberSignature Language="C#" Value="public long UserDefinedFunctionsQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 UserDefinedFunctionsQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserDefinedFunctionsQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserDefinedFunctionsQuota As Long" />
<MemberSignature Language="F#" Value="member this.UserDefinedFunctionsQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.UserDefinedFunctionsQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserDefinedFunctionsQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota of user defined functions for a collection from the Azure Cosmos DB service.
</summary>
<value>
Maximum quota.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserDefinedFunctionsUsage">
<MemberSignature Language="C#" Value="public long UserDefinedFunctionsUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 UserDefinedFunctionsUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserDefinedFunctionsUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserDefinedFunctionsUsage As Long" />
<MemberSignature Language="F#" Value="member this.UserDefinedFunctionsUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.UserDefinedFunctionsUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserDefinedFunctionsUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current number of user defined functions for a collection from the Azure Cosmos DB service.
</summary>
<value>
Current number of user defined functions.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserQuota">
<MemberSignature Language="C#" Value="public long UserQuota { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 UserQuota" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserQuota" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserQuota As Long" />
<MemberSignature Language="F#" Value="member this.UserQuota : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.UserQuota" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserQuota</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the maximum quota for user resources within an account from the Azure Cosmos DB service.
</summary>
<value>
The maximum quota for the account.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UserUsage">
<MemberSignature Language="C#" Value="public long UserUsage { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance int64 UserUsage" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Documents.Client.FeedResponse`1.UserUsage" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property UserUsage As Long" />
<MemberSignature Language="F#" Value="member this.UserUsage : int64" Usage="Microsoft.Azure.Documents.Client.FeedResponse<'T>.UserUsage" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Azure.Documents.Client.IFeedResponse`1.UserUsage</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.DocumentDB.Core</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Documents.Client</AssemblyName>
<AssemblyVersion>2.18.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the current number of user resources within the account from the Azure Cosmos DB service.
</summary>
<value>
The number of users.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>